home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
ERAS
/
ERAS.CST
/
00104_Script_rollQT
< prev
next >
Wrap
Text File
|
1997-07-24
|
673b
|
17 lines
on rollQuickTime -- centralizes qt settings and starts the qt in gQTchan.
GLOBAL gQTchan, gDefaultVolume -- , gQTplayBtnChan
-- if the type of the member of sprite gQTchan <> #digitalVideo then abort
set the volume of sprite gQTchan to gDefaultVolume -- normal volume
puppetsprite gQTchan, true
-- set the movierate of sprite gQTchan = 0 -- stop it
-- set the movieTime of sprite gQTchan = 0 -- reset it
-- set the directToStage of cast the castNum of sprite gQTchan to true
set the volume of sprite gQTchan to 140
set the movierate of sprite gQTchan = 1 -- roll it
-- updatestage
cursor 0 -- for some PCs
cursor -1
end